Update memcached#21796
Merged
Merged
Conversation
Changes: - docker-library/memcached@f4d539c: Update 1 to 1.6.44
Diff for 6365042:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5a175e1..ba941c5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
GitRepo: https://github.com/docker-library/memcached.git
-Tags: 1.6.43, 1.6, 1, latest, 1.6.43-trixie, 1.6-trixie, 1-trixie, trixie
+Tags: 1.6.44, 1.6, 1, latest, 1.6.44-trixie, 1.6-trixie, 1-trixie, trixie
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: b4548b2ac8062cccff5740449c8e555799c71bf8
+GitCommit: f4d539c507af7698048249a3732e4961e46ddc17
Directory: 1/debian
-Tags: 1.6.43-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.43-alpine3.24, 1.6-alpine3.24, 1-alpine3.24, alpine3.24
+Tags: 1.6.44-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.44-alpine3.24, 1.6-alpine3.24, 1-alpine3.24, alpine3.24
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: b4548b2ac8062cccff5740449c8e555799c71bf8
+GitCommit: f4d539c507af7698048249a3732e4961e46ddc17
Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index be88713..74271ae 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ memcached:1.6
memcached:1.6-alpine
memcached:1.6-alpine3.24
memcached:1.6-trixie
-memcached:1.6.43
-memcached:1.6.43-alpine
-memcached:1.6.43-alpine3.24
-memcached:1.6.43-trixie
+memcached:1.6.44
+memcached:1.6.44-alpine
+memcached:1.6.44-alpine3.24
+memcached:1.6.44-trixie
memcached:alpine
memcached:alpine3.24
memcached:latest
diff --git a/memcached_alpine3.24/Dockerfile b/memcached_alpine3.24/Dockerfile
index a10dd40..1a796d6 100644
--- a/memcached_alpine3.24/Dockerfile
+++ b/memcached_alpine3.24/Dockerfile
@@ -14,9 +14,9 @@ RUN set -eux; \
# ensure SASL's "libplain.so" is installed as per https://github.com/memcached/memcached/wiki/SASLHowto
RUN apk add --no-cache libsasl
-ENV MEMCACHED_VERSION 1.6.43
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.43.tar.gz
-ENV MEMCACHED_SHA1 37307d13528f355fb282bc8841ca033272e44ac9
+ENV MEMCACHED_VERSION 1.6.44
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.44.tar.gz
+ENV MEMCACHED_SHA1 35ce68d69d143fa6fc9f26b039a677772d62d1c3
RUN set -eux; \
\
diff --git a/memcached_trixie/Dockerfile b/memcached_trixie/Dockerfile
index 7908f8c..42eb90e 100644
--- a/memcached_trixie/Dockerfile
+++ b/memcached_trixie/Dockerfile
@@ -19,9 +19,9 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*
-ENV MEMCACHED_VERSION 1.6.43
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.43.tar.gz
-ENV MEMCACHED_SHA1 37307d13528f355fb282bc8841ca033272e44ac9
+ENV MEMCACHED_VERSION 1.6.44
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.44.tar.gz
+ENV MEMCACHED_SHA1 35ce68d69d143fa6fc9f26b039a677772d62d1c3
RUN set -eux; \
\Relevant Maintainers: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: